From 5b9aa7c79d66d1967214f3fca847c0349ea01801 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 31 Aug 2006 13:38:46 +0000 Subject: [PATCH] fix glitch in previous commit --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 389fd41..e13ff49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ if HAVE_W3M dist-check-w3m: README: all docs/index.html - $(W3M) -cols 72 -dump $< > $@ + $(W3M) -cols 72 -dump docs/index.html > $@ else dist-check-w3m: @echo "*** w3m must be available in order to make dist" -- 2.30.2